projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6eb114
)
Fix annoyance in tramp-smb.el
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 17 Sep 2021 05:29:01 +0000
(07:29 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 17 Sep 2021 05:29:01 +0000
(07:29 +0200)
* lisp/net/tramp-smb.el (tramp-smb-maybe-open-connection):
Add "TERM=dumb".
lisp/net/tramp-smb.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-smb.el
b/lisp/net/tramp-smb.el
index fa5bce74bb11dbb6e2c6b0b13e0e6df3b63e3148..5c2d7d008a8943c89af6f505494bc45582a75023 100644
(file)
--- a/
lisp/net/tramp-smb.el
+++ b/
lisp/net/tramp-smb.el
@@
-2049,7
+2049,10
@@
If ARGUMENT is non-nil, use it as argument for
(let* ((coding-system-for-read nil)
(process-connection-type tramp-process-connection-type)
(p (let ((default-directory
- (tramp-compat-temporary-file-directory)))
+ (tramp-compat-temporary-file-directory))
+ (process-environment
+ (cons (concat "TERM=" tramp-terminal-type)
+ process-environment)))
(apply #'start-process
(tramp-get-connection-name vec)
(tramp-get-connection-buffer vec)